docs: add Latitude observability integration - #6009
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis change adds a single new slug entry, "edge/en/observability/latitude", to the observability list in docs/docs.json, placed immediately after the existing "edge/en/observability/truefoundry" entry. ChangesLatitude Documentation Navigation
Related Issues: None specified. Related PRs: None specified. Suggested Labels: documentation Suggested Reviewers: None specified. 🐇 A tiny slug hops into place, 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/en/observability/latitude.mdx`:
- Around line 107-117: Update the hard-coded year in the Task sample: change
task1's description (the Task instance referenced as task1 and its description
string) to remove "in 2024" and use a year-agnostic phrase such as "latest" or
"recent advancements" (e.g., "Conduct a comprehensive analysis of the latest
advancements in AI" or "Conduct a comprehensive analysis of recent advancements
in AI"), ensuring the expected intent and wording remain the same and no other
references to the year are left in the Task definition.
- Around line 24-37: Add SERPER_API_KEY to the environment setup so the example
can run from a clean environment and remove the hardcoded phrase "AI in 2024" in
the Task description; specifically, update the env block to set SERPER_API_KEY
(used by SerperDevTool()) alongside LATITUDE_API_KEY, LATITUDE_PROJECT, and
OPENAI_API_KEY, and replace the stale wording "latest advancements in AI in
2024" with a timeless prompt (e.g., "latest advancements in AI") in the Task
text where SerperDevTool is instantiated.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: f45a6842-a5a7-48d7-a200-9686638fbf61
📒 Files selected for processing (3)
docs/docs.jsondocs/en/observability/latitude.mdxdocs/en/observability/overview.mdx
|
Thanks for the review! Addressed both in f2558c6:
|
Adds a Latitude integration guide under observability and registers it in the edge navigation and the observability overview. Latitude ingests CrewAI traces over standard OTLP via OpenInference. Retargeted onto the new versioned docs layout (edge/en) after the docs restructure.
1312352 to
8005330
Compare
|
Rebased onto the new versioned docs layout. The earlier approved version targeted the old flat |
|
This PR is stale because it has been open for 45 days with no activity. |
Summary
Adds a Latitude observability integration guide, alongside the existing CrewAI observability integrations (Langfuse, Arize Phoenix, Langtrace, etc.).
docs/en/observability/latitude.mdx— instruments CrewAI with the OpenInferenceCrewAIInstrumentorand exports OTLP spans to Latitude. Modeled on the existing Arize Phoenix / Langfuse pages (same "What is...?" intro, 5-step structure, References).docs/en/observability/overview.mdxunder Monitoring & Tracing Platforms.en/observability/latitudeafteren/observability/langfuseindocs/docs.json(all English versions).About Latitude
Latitude is an open-source (MIT-licensed) platform for improving production AI agents — observability, search, and evaluation. Its ingestion endpoint speaks standard OpenTelemetry (OTLP over HTTP), so CrewAI traces flow in via the OpenInference instrumentor without a vendor-specific library.
Test plan